home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / sheepsho.swf / scripts / frame_241 / DoAction.as
Text File  |  2012-04-23  |  305b  |  20 lines

  1. tottimer = 1500;
  2. timer = 0;
  3. totalscore += score;
  4. score = 0;
  5. with(_root.day)
  6. {
  7.    gotoAndPlay(1);
  8. }
  9. with(_root.sky)
  10. {
  11.    gotoAndPlay(1);
  12. }
  13. if(level >= 4)
  14. {
  15.    gotoAndPlay(327);
  16. }
  17. setProperty("/bandl", _visible, 0);
  18. setProperty("/bandr", _visible, 0);
  19. setProperty("/cross", _visible, 0);
  20.